home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 5
/
Aminet 5 - March 1995.iso
/
Aminet
/
game
/
role
/
Angband_2_6_2.lha
/
Angband
/
src
/
dungeon.c.diffs
< prev
next >
Wrap
Text File
|
1995-01-06
|
587b
|
36 lines
TO TRANSFORM dungeon.c INTO dungeon.c.orig ...
*** DELETE [14,17] FROM dungeon.c ***
<#ifdef AMIGA
<#include <curses.h>
<#endif
<
*** CHANGE [511,516] IN dungeon.c TO 507 IN dungeon.c.orig ***
<
<#ifdef AMIGA
< nodelay(stdscr, TRUE);
<#endif
<
< /* Check for interrupts to find or rest. */
---------------
> /* Check for interrupts to find or rest. */
*** DELETE 522 FROM dungeon.c ***
<#ifndef AMIGA
*** DELETE [524,526] FROM dungeon.c ***
<#else
< && (getch() != ERR)
<#endif
*** DELETE [538,542] FROM dungeon.c ***
<
<#ifdef AMIGA
< nodelay(stdscr, FALSE);
<#endif
<